home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Morph2.Form < prev    next >
Text File  |  1994-12-01  |  242b  |  32 lines

  1. Morph2
  2. {
  3.     {
  4.         x1=-2.5
  5.         x2= 2.5
  6.         y1=-2.0
  7.         y2= 2.0
  8.         par1.r=0.03
  9.         par1.i=0.0
  10.         bailout=4.0
  11.     }
  12.     {
  13.         z=pixel
  14.         c=pixel
  15.         z2=pixel
  16.         c2=pixel
  17.     }
  18.     {
  19.         z=z*z
  20.         z=z+c
  21.         t=par1/z
  22.         c=c+t
  23.         w=abs(z)
  24.     }
  25.     {
  26.         w>bailout
  27.     }
  28.     {
  29.         PAR1-MORPH FACTOR
  30.     }
  31. }
  32.